-
Notifications
You must be signed in to change notification settings - Fork 5
ANDROID-16934 -- Remove BindingAdapters and databinding related code #476
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Remove the "buildFeatures" dataBinding = true value in build.gradle - Remove BindingMethods, InverseBindingMethods and BindingAdapters
|
[Firebase] π± New catalog for testing generated: |
β¦t new no-databinding mistica version: * ../button2/Button * HeaderView * CheckBoxInput * ListRowView
|
[Firebase] π± New catalog for testing generated: |
β¦ "buttonOnClick" attribute for "Button" component
|
[Firebase] π± New catalog for testing generated: |
β¦ponent with new public methods
|
[Firebase] π± New catalog for testing generated: |
β¦ents README files
|
[Firebase] π± New catalog for testing generated: |
β¦"api" to use correctly the "AbstractComposeView" in client projects
|
[Firebase] π± New catalog for testing generated: |
|
Current draft PR is addressed next one #484, which is divided in several as a feature-branch to ease the reviewers work: |
ποΈ Jira ticket
ANDROID-16934
π₯ What's the goal?
librarymodule and the corresponding components.π§ How do we do it?
buildFeatures dataBinding = truefromlibrary/build.gradlefile.X - button2/Button
X - CalloutView
X - CardView
X - DataCardView
X - MediaCardView
X - EmptyStateCardView
X - EmptyStateScreenView
X - LoaderrorFeedbackView
X - HeaderView
X - HightlightedCardView
X - CheckBoxInput
X - Input
X - TextInput
X - TextLink
X - ListRowView
X - MisticaRecyclerView
X - DeterminateStepperView
X - IndeterminateStepperView
X - TitleView
βοΈ Checks
π§ͺ How can I test this?
If it cannot be tested explain why.